home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Cannes Film Festival:… Century of World Cinema
/
The Cannes Film Festival.iso
/
mac
/
VFW10
/
SOS.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-06-14
|
3KB
|
70 lines
@echo off
set DirWindows=%1
if "%DirWindows%" == "" set DirWindows=c:\windows
echo -------------------------------------------------------------
echo Procédure de désinstallation du runtime Video for Windows 1.1
echo et de réinstallation du runtime Video for Windows 1.0
echo -------------------------------------------------------------
pause
if exist %DirWindows%\win.ini goto Suite
echo -----------------------------------------------------
echo Le répertoire d'installation de Windows n'est pas :
echo c:\Windows
echo Veuillez relancer sos.bat avec comme paramètre le nom
echo du répertoire d'installation de Windows.
echo Exemple :
echo SOS d:\Win
echo -----------------------------------------------------
goto Fin
:Suite
del %DirWindows%\System\DISPDIB.DLL > Nul
del %DirWindows%\System\MSVIDEO.DLL > Nul
del %DirWindows%\System\MCIAVI.DRV > Nul
del %DirWindows%\System\MSVIDC.DRV > Nul
del %DirWindows%\System\OLE2.REG > Nul
del %DirWindows%\System\OLE2DISP.DLL > Nul
del %DirWindows%\System\OLE2NLS.DLL > Nul
del %DirWindows%\System\ACMCMPRS.DLL > Nul
del %DirWindows%\System\AVICAP.DLL > Nul
del %DirWindows%\System\AVIFILE.DLL > Nul
del %DirWindows%\System\COMPOBJ.DLL > Nul
del %DirWindows%\System\CTL3D.DLL > Nul
del %DirWindows%\System\CLEANUP.REG > Nul
del %DirWindows%\System\OLE2.DLL > Nul
del %DirWindows%\System\OLE2PROX.DLL > Nul
del %DirWindows%\System\STORAGE.DLL > Nul
del %DirWindows%\System\TYPELIB.DLL > Nul
del %DirWindows%\System\IMAADPCM.ACM > Nul
del %DirWindows%\System\MAP_WIN.HLP > Nul
del %DirWindows%\System\MSACM.DLL > Nul
del %DirWindows%\System\MSACM.DRV > Nul
del %DirWindows%\System\MSADPCM.ACM > Nul
del %DirWindows%\System\ICCVID.DRV > Nul
del %DirWindows%\System\INDEOV.DRV > Nul
del %DirWindows%\System\IR21_R.DLL > Nul
del %DirWindows%\System\IR30.DLL > Nul
del %DirWindows%\System\MSRLE.DRV > Nul
copy %DirWindows%\System\mmtask.tsk %DirWindows%\System\mmtask0.tsk > Nul
copy mmtask.tsk %DirWindows%\System > Nul
echo --------------------------------------------------------------------------
echo Video for Windows 1.1 a été correctement désinstallé.
echo Nous allons maintenant procéder à l'installation de
echo Video for Windows 1.0
echo Pour cela, veuillez :
echo 1. Relancer Windows.
echo 2. Selectionner l'option "Exécuter..." du menu "Fichier" dans
echo le gestionnaire de programme.
echo 3. Indiquer a:\setup (ou b:\Setup) dans le champ "Ligne de de commande"
echo de la boîte de dialogue "Exécuter".
echo 4. Valider en cliquant sur le bouton "OK".
echo A l'issue de ces manipulations, Video for Windows 1.0 sera
echo de nouveau opérationnel sur votre disque.
echo --------------------------------------------------------------------------
:Fin
set DirWindows=